home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / TRANGOP5830S-RU-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  28.2 KB  |  741 lines

  1. -- Private MIB definition for Trango Systems
  2. -- Access 58xx series wireless broadband Remote Unit P5830S
  3. -- Version: 1.0
  4. -- Date: June 10, 2003
  5. --
  6. -- Copyright 2003: Trango Systems, Inc. All Rights Reserved.
  7. -- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA.
  8. --
  9. -- Reproduction of this document is authorized on condition that the
  10. -- foregoing copyright notice is included.
  11.  
  12. TRANGOP5830S-RU-MIB DEFINITIONS ::= BEGIN
  13.  
  14. -- MIB module for enterprise trango wireless broadband
  15. -- of management of P5830S remote unit
  16.  
  17.         IMPORTS
  18.             enterprises, IpAddress, Counter
  19.             FROM RFC1155-SMI
  20.         OBJECT-TYPE
  21.             FROM RFC-1212;
  22.  
  23.         -- textual conventions
  24.  
  25.         DisplayString ::=
  26.             OCTET STRING
  27.         -- This data type is used to model textual information taken
  28.         -- from the NVT ASCII character set.  By convention, objects
  29.         -- with this syntax are declared as having
  30.         --
  31.         -- SIZE (0..255)
  32.  
  33.  
  34.     -- trango wireless broadband MIB registration id assigned to 5454.
  35.         -- customer needs to change this value based on their OEM value.
  36.     trango            OBJECT IDENTIFIER ::= { enterprises 5454 }
  37.     tbw            OBJECT IDENTIFIER ::= { trango 1 }
  38.     p5830sru        OBJECT IDENTIFIER ::= { tbw 24 }
  39.  
  40.     -- modules branched from m5830sap
  41.     rusys       OBJECT IDENTIFIER ::= { p5830sru 1 }
  42.     rurf        OBJECT IDENTIFIER ::= { p5830sru 2 }
  43.     mibinfo         OBJECT IDENTIFIER ::= { p5830sru 5 }
  44.     
  45.     ruversion    OBJECT IDENTIFIER ::= { rusys 1 }
  46.     ruswitches      OBJECT IDENTIFIER ::= { rusys 8 }
  47.     rutraffic       OBJECT IDENTIFIER ::= { rusys 9 }
  48.     ruipconfig      OBJECT IDENTIFIER ::= { rusys 13 }
  49.     rurftable       OBJECT IDENTIFIER ::= { rurf 4 }
  50.     ruism           OBJECT IDENTIFIER ::= { rurf 5 }
  51.     ruunii          OBJECT IDENTIFIER ::= { rurf 6 }
  52.  
  53.     -- MIB objects defined below
  54.  
  55.     -- remote unit system objects
  56.     ruversionHW OBJECT-TYPE
  57.             SYNTAX  OCTET STRING (SIZE(2))
  58.             ACCESS  read-only
  59.             STATUS  mandatory
  60.             DESCRIPTION
  61.                "Hardware version."
  62.             ::= { ruversion 1 }
  63.  
  64.     ruversionFW OBJECT-TYPE
  65.             SYNTAX  DisplayString (SIZE (0..80))
  66.             ACCESS  read-only
  67.             STATUS  mandatory
  68.             DESCRIPTION
  69.                "Main firmware version.
  70.                  Format: <code version>H<hardware version>D<date>."
  71.             ::= { ruversion 2 }
  72.  
  73.     ruversionFPGA OBJECT-TYPE
  74.             SYNTAX  OCTET STRING (SIZE(4))
  75.             ACCESS  read-only
  76.             STATUS  mandatory
  77.             DESCRIPTION
  78.                "FPGA firmware version."
  79.             ::= { ruversion 3 }
  80.  
  81.     ruversionFWChecksum OBJECT-TYPE
  82.             SYNTAX  OCTET STRING (SIZE(4))
  83.             ACCESS  read-only
  84.             STATUS  mandatory
  85.             DESCRIPTION
  86.                "Remote unit firmware checksum."
  87.             ::= { ruversion 4 }
  88.  
  89.     ruversionFPGAChecksum OBJECT-TYPE
  90.             SYNTAX  OCTET STRING (SIZE(4))
  91.             ACCESS  read-only
  92.             STATUS  mandatory
  93.             DESCRIPTION
  94.                "Remote unit FPGA checksum."
  95.             ::= { ruversion 5 }
  96.  
  97.     rusysDeviceId OBJECT-TYPE
  98.         SYNTAX  OCTET STRING (SIZE(6))
  99.         ACCESS  read-only
  100.         STATUS  mandatory
  101.         DESCRIPTION
  102.             "Remote unit device Id. Each remote unit in a cluster shall have unique ID."
  103.         ::= { rusys 2 }
  104.  
  105.     rusysDefOpMode OBJECT-TYPE
  106.         SYNTAX  INTEGER {
  107.                         on(16),
  108.                         off(0)
  109.                     }
  110.             ACCESS  read-write
  111.         STATUS  mandatory
  112.         DESCRIPTION
  113.             "The operation mode (on or off) the remote unit is on after reboot/power cycle."
  114.         ::= { rusys 3 }
  115.  
  116.     rusysCurOpMode OBJECT-TYPE
  117.         SYNTAX  INTEGER {
  118.                         on(16),
  119.                         off(0)
  120.                     }
  121.         ACCESS  read-only
  122.         STATUS  mandatory
  123.         DESCRIPTION
  124.             "Remote unit's current operation mode."
  125.         ::= { rusys 4 }
  126.         
  127.         rusysActivateOpmode OBJECT-TYPE
  128.             SYNTAX  INTEGER {
  129.                         deactivated(0),
  130.                         activated(1)
  131.                     }
  132.             ACCESS  read-write
  133.             STATUS  mandatory
  134.             DESCRIPTION
  135.                 "Engage remote unit to on operation mode."
  136.             DEFVAL { deactivated }
  137.             ::= { rusys 5 }
  138.  
  139.     rusysReadCommStr OBJECT-TYPE
  140.             SYNTAX  DisplayString (SIZE (0..32))
  141.         ACCESS  read-write
  142.         STATUS  mandatory
  143.         DESCRIPTION
  144.         "SNMP agent read community string. It is used for authenticcation purpose."
  145.          ::= { rusys 6 }
  146.  
  147.     rusysWriteCommStr OBJECT-TYPE
  148.             SYNTAX  DisplayString (SIZE (0..32))
  149.         ACCESS  read-write
  150.         STATUS  mandatory
  151.         DESCRIPTION
  152.             "SNMP agent write community string. It is used for authentication purpose."
  153.         ::= { rusys 7 }
  154.  
  155.     ruswitchesBlockBroadcastMulticast OBJECT-TYPE
  156.         SYNTAX  INTEGER {
  157.                         passed(0),
  158.                         blocked(1)
  159.                     }
  160.         ACCESS  read-write
  161.         STATUS  mandatory
  162.         DESCRIPTION
  163.         "This switch enables or disables the blocking of Ethernet
  164.                  control packet except ICMP and ARP to reduce the amount
  165.                  of uneccessary overhead introduced to the wireless link."
  166.         ::= { ruswitches 1 }
  167.  
  168.  
  169.     ruswitchesHTTPD OBJECT-TYPE
  170.         SYNTAX  INTEGER {
  171.                         disabled(0),
  172.                         enabled(1)
  173.                     }
  174.         ACCESS  read-write
  175.         STATUS  mandatory
  176.         DESCRIPTION
  177.         "When it is turned on, then the remote unit is accessible for
  178.                  configuring via web browser (e.g. IE or Nescape)."
  179.         ::= { ruswitches 5 }
  180.  
  181.     ruswitchesAutoScanMasterSignal OBJECT-TYPE
  182.         SYNTAX  INTEGER {
  183.                         disabled(0),
  184.                         enabled(1)
  185.                     }
  186.         ACCESS  read-write
  187.         STATUS  mandatory
  188.         DESCRIPTION
  189.         "This switch enables or disables the auto scan master unit
  190.          signal operation on the remote unit only."
  191.         ::= { ruswitches 6 }
  192.  
  193.     rutrafficEthInOctets OBJECT-TYPE
  194.         SYNTAX  Counter
  195.         ACCESS  read-only
  196.         STATUS  mandatory
  197.         DESCRIPTION
  198.         "Number of octets of remote unit's payload received on Ethernet port."
  199.             ::= { rutraffic 1 }
  200.  
  201.     rutrafficEthOutOctets OBJECT-TYPE
  202.         SYNTAX  Counter
  203.         ACCESS  read-only
  204.         STATUS  mandatory
  205.         DESCRIPTION
  206.         "Number of octets of remote unit's payload transmitted on Ethernet port."
  207.         ::= { rutraffic 2 }
  208.  
  209.     rutrafficRfInOctets OBJECT-TYPE
  210.         SYNTAX  Counter
  211.         ACCESS  read-only
  212.         STATUS  mandatory
  213.         DESCRIPTION
  214.         "Number of octets of remote unit's payload received from RF port."
  215.         ::= { rutraffic 3 }
  216.  
  217.     rutrafficRfOutOctets OBJECT-TYPE
  218.         SYNTAX  Counter
  219.         ACCESS  read-only
  220.         STATUS  mandatory
  221.         DESCRIPTION
  222.         "Number of octets of remote unit's payload transmitted to RF port."
  223.             ::= { rutraffic 4 }
  224.  
  225.         rusysTemperature OBJECT-TYPE
  226.             SYNTAX  INTEGER (-128..127)
  227.             ACCESS  read-only
  228.             STATUS  mandatory
  229.             DESCRIPTION
  230.                 "Current remote unit temperature value (in Celsius)."
  231.             ::= { rusys 10 }
  232.  
  233.     rusysUpdateFlashAndActivate OBJECT-TYPE
  234.         SYNTAX  INTEGER {
  235.                         no(0),
  236.                         yes(1)
  237.                     }
  238.         ACCESS  read-write
  239.         STATUS  mandatory
  240.         DESCRIPTION
  241.             "Save system setting values to Flash and activate the settings."
  242.             DEFVAL  {no}
  243.         ::= { rusys 11 }
  244.  
  245.     rusysReboot OBJECT-TYPE
  246.         SYNTAX  INTEGER {
  247.                         deactivated(0),
  248.                         activated(1)
  249.                     }
  250.         ACCESS  read-write
  251.         STATUS  mandatory
  252.         DESCRIPTION
  253.             "Reboot the remote unit."
  254.             DEFVAL { deactivated }
  255.         ::= { rusys 12 }
  256.  
  257.     ruipconfigIpAddress OBJECT-TYPE
  258.         SYNTAX  IpAddress
  259.         ACCESS  read-write
  260.         STATUS  mandatory
  261.         DESCRIPTION
  262.             "New IP address. It will be saved to
  263.                  non-volatile memory and activated in 5 secs."
  264.         ::= { ruipconfig 1 }
  265.  
  266.         ruipconfigSubnet OBJECT-TYPE
  267.         SYNTAX  IpAddress
  268.         ACCESS  read-write
  269.         STATUS  mandatory
  270.         DESCRIPTION
  271.         "New Subnet mask. It will be saved to
  272.                  non-volatile memory and activated in 5 secs."
  273.         ::= { ruipconfig 2 }
  274.  
  275.         ruipconfigDefaultGateway OBJECT-TYPE
  276.         SYNTAX  IpAddress
  277.         ACCESS  read-write
  278.         STATUS  mandatory
  279.         DESCRIPTION
  280.         "New Default gateway. It will be saved to
  281.                  non-volatile memory and activated in 5 secs."
  282.         ::= { ruipconfig 3 }
  283.  
  284.     -- remote rf objects
  285.     rurfRSSI OBJECT-TYPE
  286.         SYNTAX  INTEGER (-128..127)
  287.         ACCESS  read-only
  288.         STATUS  mandatory
  289.         DESCRIPTION
  290.         "Remote unit RSSI (in dBm)."
  291.         ::= { rurf 1 }
  292.  
  293.     rurftableChannel1 OBJECT-TYPE
  294.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  295.         ACCESS  read-write
  296.         STATUS  mandatory
  297.         DESCRIPTION
  298.             "RF channel 1 frequency (in MHz). It allows you to create your
  299.                  own channel instead of the manufacturing defaults in the remote unit.
  300.                  Keep in mind that channel width is 20MHz, and the frequency
  301.                  specified here is the center frequency.
  302.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  303.         ::= { rurftable 1 }
  304.  
  305.     rurftableChannel2 OBJECT-TYPE
  306.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  307.         ACCESS  read-write
  308.         STATUS  mandatory
  309.         DESCRIPTION
  310.             "RF channel 2 frequency (in MHz). It allows you to create your
  311.                  own channel instead of the manufacturing defaults in the remote unit.
  312.                  Keep in mind that channel width is 20MHz, and the frequency
  313.                  specified here is the center frequency.
  314.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  315.         ::= { rurftable 2 }
  316.  
  317.     rurftableChannel3 OBJECT-TYPE
  318.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  319.             ACCESS  read-write
  320.         STATUS  mandatory
  321.         DESCRIPTION
  322.         "RF channel 3 frequency (in MHz). It allows you to create your
  323.                  own channel instead of the manufacturing defaults in the remote unit.
  324.                  Keep in mind that channel width is 20MHz, and the frequency
  325.                  specified here is the center frequency.
  326.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  327.         ::= { rurftable 3 }
  328.  
  329.     rurftableChannel4 OBJECT-TYPE
  330.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  331.         ACCESS  read-write
  332.         STATUS  mandatory
  333.         DESCRIPTION
  334.         "RF channel 4 frequency (in MHz). It allows you to create your
  335.                  own channel instead of the manufacturing defaults in the remote unit.
  336.                  Keep in mind that channel width is 20MHz, and the frequency
  337.                  specified here is the center frequency.
  338.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  339.         ::= { rurftable 4 }
  340.  
  341.     rurftableChannel5 OBJECT-TYPE
  342.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  343.         ACCESS  read-write
  344.         STATUS  mandatory
  345.         DESCRIPTION
  346.          "RF channel 5 frequency (in MHz). It allows you to create your
  347.                  own channel instead of the manufacturing defaults in the remote unit.
  348.                  Keep in mind that channel width is 20MHz, and the frequency
  349.                  specified here is the center frequency.
  350.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  351.         ::= { rurftable 5 }
  352.  
  353.     rurftableChannel6 OBJECT-TYPE
  354.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  355.         ACCESS  read-write
  356.         STATUS  mandatory
  357.         DESCRIPTION
  358.             "RF channel 6 frequency (in MHz). It allows you to create your
  359.                  own channel instead of the manufacturing defaults in the remote unit.
  360.                  Keep in mind that channel width is 20MHz, and the frequency
  361.                  specified here is the center frequency.
  362.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  363.         ::= { rurftable 6 }
  364.  
  365.     rurftableChannel7 OBJECT-TYPE
  366.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  367.         ACCESS  read-write
  368.         STATUS  mandatory
  369.         DESCRIPTION
  370.             "RF channel 7 frequency (in MHz). It allows you to create your
  371.                  own channel instead of the manufacturing defaults in the remote unit.
  372.                  Keep in mind that channel width is 20MHz, and the frequency
  373.                  specified here is the center frequency.
  374.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  375.         ::= { rurftable 7 }
  376.  
  377.     rurftableChannel8 OBJECT-TYPE
  378.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  379.         ACCESS  read-write
  380.         STATUS  mandatory
  381.         DESCRIPTION
  382.         "RF channel 8 frequency (in MHz). It allows you to create your
  383.                  own channel instead of the manufacturing defaults in the remote unit.
  384.                  Keep in mind that channel width is 20MHz, and the frequency
  385.                  specified here is the center frequency.
  386.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  387.         ::= { rurftable 8 }
  388.  
  389.     rurftableChannel9 OBJECT-TYPE
  390.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  391.         ACCESS  read-write
  392.         STATUS  mandatory
  393.         DESCRIPTION
  394.             "RF channel 9 frequency (in MHz). It allows you to create your
  395.                  own channel instead of the manufacturing defaults in the remote unit.
  396.                  Keep in mind that channel width is 20MHz, and the frequency
  397.                  specified here is the center frequency.
  398.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  399.         ::= { rurftable 9 }
  400.  
  401.     rurftableChannel10 OBJECT-TYPE
  402.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  403.         ACCESS  read-write
  404.         STATUS  mandatory
  405.         DESCRIPTION
  406.         "RF channel 10 frequency (in MHz). It allows you to create your
  407.                  own channel instead of the manufacturing defaults in the remote unit.
  408.                  Keep in mind that channel width is 20MHz, and the frequency
  409.                  specified here is the center frequency.
  410.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  411.         ::= { rurftable 10 }
  412.  
  413.     rurftableChannel11 OBJECT-TYPE
  414.             SYNTAX  INTEGER (5260..5340 | 5736..5836)
  415.         ACCESS  read-write
  416.         STATUS  mandatory
  417.         DESCRIPTION
  418.         "RF channel 11 frequency (in MHz). It allows you to create your
  419.                  own channel instead of the manufacturing defaults in the remote unit.
  420.                  Keep in mind that channel width is 20MHz, and the frequency
  421.                  specified here is the center frequency.
  422.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  423.         ::= { rurftable 11 }
  424.  
  425.     rurftableChannel12 OBJECT-TYPE
  426.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  427.         ACCESS  read-write
  428.         STATUS  mandatory
  429.         DESCRIPTION
  430.            "RF channel 12 frequency (in MHz). It allows you to create your
  431.                  own channel instead of the manufacturing defaults in the remote unit.
  432.                  Keep in mind that channel width is 20MHz, and the frequency
  433.                  specified here is the center frequency.
  434.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  435.         ::= { rurftable 12 }
  436.  
  437.     rurftableChannel13 OBJECT-TYPE
  438.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  439.         ACCESS  read-write
  440.         STATUS  mandatory
  441.         DESCRIPTION
  442.         "RF channel 13 frequency (in MHz). It allows you to create your
  443.                  own channel instead of the manufacturing defaults in the remote unit.
  444.                  Keep in mind that channel width is 20MHz, and the frequency
  445.                  specified here is the center frequency.
  446.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  447.         ::= { rurftable 13 }
  448.  
  449.     rurftableChannel14 OBJECT-TYPE
  450.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  451.         ACCESS  read-write
  452.         STATUS  mandatory
  453.         DESCRIPTION
  454.         "RF channel 14 frequency (in MHz). It allows you to create your
  455.                  own channel instead of the manufacturing defaults in the remote unit.
  456.                  Keep in mind that channel width is 20MHz, and the frequency
  457.                  specified here is the center frequency.
  458.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  459.         ::= { rurftable 14 }
  460.  
  461.     rurftableChannel15 OBJECT-TYPE
  462.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  463.         ACCESS  read-write
  464.         STATUS  mandatory
  465.         DESCRIPTION
  466.         "RF channel 15 frequency (in MHz). It allows you to create your
  467.                  own channel instead of the manufacturing defaults in the remote unit.
  468.                  Keep in mind that channel width is 20MHz, and the frequency
  469.                  specified here is the center frequency.
  470.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  471.         ::= { rurftable 15 }
  472.  
  473.     rurftableChannel16 OBJECT-TYPE
  474.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  475.         ACCESS  read-write
  476.         STATUS  mandatory
  477.         DESCRIPTION
  478.         "RF channel 16 frequency (in MHz). It allows you to create your
  479.                  own channel instead of the manufacturing defaults in the remote unit.
  480.                  Keep in mind that channel width is 20MHz, and the frequency
  481.                  specified here is the center frequency.
  482.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  483.         ::= { rurftable 16 }
  484.  
  485.     rurftableChannel17 OBJECT-TYPE
  486.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  487.         ACCESS  read-write
  488.         STATUS  mandatory
  489.         DESCRIPTION
  490.         "RF channel 17 frequency (in MHz). It allows you to create your
  491.                  own channel instead of the manufacturing defaults in the remote unit.
  492.                  Keep in mind that channel width is 20MHz, and the frequency
  493.                  specified here is the center frequency.
  494.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  495.         ::= { rurftable 17 }
  496.  
  497.     rurftableChannel18 OBJECT-TYPE
  498.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  499.         ACCESS  read-write
  500.         STATUS  mandatory
  501.         DESCRIPTION
  502.         "RF channel 18 frequency (in MHz). It allows you to create your
  503.                  own channel instead of the manufacturing defaults in the remote unit.
  504.                  Keep in mind that channel width is 20MHz, and the frequency
  505.                  specified here is the center frequency.
  506.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  507.         ::= { rurftable 18 }
  508.  
  509.     rurftableChannel19 OBJECT-TYPE
  510.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  511.         ACCESS  read-write
  512.         STATUS  mandatory
  513.         DESCRIPTION
  514.         "RF channel 19 frequency (in MHz). It allows you to create your
  515.                  own channel instead of the manufacturing defaults in the remote unit.
  516.                  Keep in mind that channel width is 20MHz, and the frequency
  517.                  specified here is the center frequency.
  518.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  519.         ::= { rurftable 19 }
  520.  
  521.     rurftableChannel20 OBJECT-TYPE
  522.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  523.         ACCESS  read-write
  524.         STATUS  mandatory
  525.         DESCRIPTION
  526.         "RF channel 20 frequency (in MHz). It allows you to create your
  527.                  own channel instead of the manufacturing defaults in the remote unit.
  528.                  Keep in mind that channel width is 20MHz, and the frequency
  529.                  specified here is the center frequency.
  530.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  531.         ::= { rurftable 20 }
  532.  
  533.     rurftableChannel21 OBJECT-TYPE
  534.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  535.         ACCESS  read-write
  536.         STATUS  mandatory
  537.         DESCRIPTION
  538.         "RF channel 21 frequency (in MHz). It allows you to create your
  539.                  own channel instead of the manufacturing defaults in the remote unit.
  540.                  Keep in mind that channel width is 20MHz, and the frequency
  541.                  specified here is the center frequency.
  542.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  543.         ::= { rurftable 21 }
  544.  
  545.     rurftableChannel22 OBJECT-TYPE
  546.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  547.         ACCESS  read-write
  548.         STATUS  mandatory
  549.         DESCRIPTION
  550.         "RF channel 22 frequency (in MHz). It allows you to create your
  551.                  own channel instead of the manufacturing defaults in the remote unit.
  552.                  Keep in mind that channel width is 20MHz, and the frequency
  553.                  specified here is the center frequency.
  554.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  555.         ::= { rurftable 22 }
  556.  
  557.     rurftableChannel23 OBJECT-TYPE
  558.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  559.         ACCESS  read-write
  560.         STATUS  mandatory
  561.         DESCRIPTION
  562.             "RF channel 23 frequency (in MHz). It allows you to create your
  563.                  own channel instead of the manufacturing defaults in the remote unit.
  564.                  Keep in mind that channel width is 20MHz, and the frequency
  565.                  specified here is the center frequency.
  566.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  567.         ::= { rurftable 23 }
  568.  
  569.     rurftableChannel24 OBJECT-TYPE
  570.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  571.         ACCESS  read-write
  572.         STATUS  mandatory
  573.         DESCRIPTION
  574.         "RF channel 24 frequency (in MHz). It allows you to create your
  575.                  own channel instead of the manufacturing defaults in the remote unit.
  576.                  Keep in mind that channel width is 20MHz, and the frequency
  577.                  specified here is the center frequency.
  578.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  579.         ::= { rurftable 24 }
  580.  
  581.     rurftableChannel25 OBJECT-TYPE
  582.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  583.         ACCESS  read-write
  584.         STATUS  mandatory
  585.         DESCRIPTION
  586.         "RF channel 25 frequency (in MHz). It allows you to create your
  587.                  own channel instead of the manufacturing defaults in the remote unit.
  588.                  Keep in mind that channel width is 20MHz, and the frequency
  589.                  specified here is the center frequency.
  590.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  591.         ::= { rurftable 25 }
  592.  
  593.     rurftableChannel26 OBJECT-TYPE
  594.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  595.         ACCESS  read-write
  596.         STATUS  mandatory
  597.         DESCRIPTION
  598.         "RF channel 26 frequency (in MHz). It allows you to create your
  599.                  own channel instead of the manufacturing defaults in the remote unit.
  600.                  Keep in mind that channel width is 20MHz, and the frequency
  601.                  specified here is the center frequency.
  602.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  603.         ::= { rurftable 26 }
  604.  
  605.     rurftableChannel27 OBJECT-TYPE
  606.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  607.         ACCESS  read-write
  608.         STATUS  mandatory
  609.         DESCRIPTION
  610.         "RF channel 27 frequency (in MHz). It allows you to create your
  611.                  own channel instead of the manufacturing defaults in the remote unit.
  612.                  Keep in mind that channel width is 20MHz, and the frequency
  613.                  specified here is the center frequency.
  614.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  615.         ::= { rurftable 27 }
  616.  
  617.     rurftableChannel28 OBJECT-TYPE
  618.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  619.         ACCESS  read-write
  620.         STATUS  mandatory
  621.         DESCRIPTION
  622.         "RF channel 28 frequency (in MHz). It allows you to create your
  623.                  own channel instead of the manufacturing defaults in the remote unit.
  624.                  Keep in mind that channel width is 20MHz, and the frequency
  625.                  specified here is the center frequency.
  626.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  627.         ::= { rurftable 28 }
  628.  
  629.     rurftableChannel29 OBJECT-TYPE
  630.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  631.         ACCESS  read-write
  632.         STATUS  mandatory
  633.         DESCRIPTION
  634.         "RF channel 29 frequency (in MHz). It allows you to create your
  635.                  own channel instead of the manufacturing defaults in the remote unit.
  636.                  Keep in mind that channel width is 20MHz, and the frequency
  637.                  specified here is the center frequency.
  638.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  639.         ::= { rurftable 29 }
  640.  
  641.     rurftableChannel30 OBJECT-TYPE
  642.         SYNTAX  INTEGER (5260..5340 | 5736..5836)
  643.         ACCESS  read-write
  644.         STATUS  mandatory
  645.         DESCRIPTION
  646.         "RF channel 30 frequency (in MHz). It allows you to create your
  647.                  own channel instead of the manufacturing defaults in the remote unit.
  648.                  Keep in mind that channel width is 20MHz, and the frequency
  649.                  specified here is the center frequency.
  650.                  Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
  651.         ::= { rurftable 30 }
  652.  
  653.     ruismTxPowerMax OBJECT-TYPE
  654.             SYNTAX  INTEGER (-128..127)
  655.         ACCESS  read-only
  656.         STATUS  mandatory
  657.         DESCRIPTION
  658.                 "The maximum ISM Tx power value can be set (in dBm)."
  659.             ::= { ruism 1 }
  660.     
  661.     ruismTxPowerMin OBJECT-TYPE
  662.         SYNTAX  INTEGER (-128..127)
  663.         ACCESS  read-only
  664.         STATUS  mandatory
  665.         DESCRIPTION
  666.                 "The minimum ISM Tx power value can be set (in dBm)."
  667.             ::= { ruism 2 }
  668.     
  669.     ruismTxPower OBJECT-TYPE
  670.         SYNTAX  INTEGER (-128..127)
  671.         ACCESS  read-write
  672.         STATUS  mandatory
  673.         DESCRIPTION
  674.         "ISM RF tx power (in dBm). It specifies the power output
  675.                  of the radio, excluding the antenna gain. Check parameters
  676.                  remoteismTxPowerMax and remoteismTxPowerMin for power setting range."
  677.         ::= { ruism 3 }
  678.  
  679.     ruismRxThreshold OBJECT-TYPE
  680.         SYNTAX  INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  681.         ACCESS  read-write
  682.         STATUS  mandatory
  683.         DESCRIPTION
  684.         "ISM RF rx threshold (in dBm). It specifies the receiver
  685.              sensitivity of the remote. By default, the radio's sensitivity is -82dBm.
  686.                  The higher the threshold is, the less sensitive the radio will be.
  687.                  In M5800S, the value -90 represents the rfrxthreshold is disabled."
  688.         ::= { ruism 4 }
  689.  
  690.     ruuniiTxPowerMax OBJECT-TYPE
  691.         SYNTAX  INTEGER (-128..127)
  692.         ACCESS  read-only
  693.         STATUS  mandatory
  694.         DESCRIPTION
  695.                 "This object is only applicable to M5830S/P5830S radio.
  696.                  The maximum UNII Tx power value can be set (in dBm)."
  697.         ::= { ruunii 1 }
  698.     
  699.     ruuniiTxPowerMin OBJECT-TYPE
  700.         SYNTAX  INTEGER (-128..127)
  701.         ACCESS  read-only
  702.         STATUS  mandatory
  703.         DESCRIPTION
  704.                 "This object is only applicable to M5830S/P5830S radio.
  705.                  The minimum UNII Tx power value can be set (in dBm)."
  706.             ::= { ruunii 2 }
  707.         
  708.      ruuniiTxPower OBJECT-TYPE
  709.         SYNTAX  INTEGER (-128..127)
  710.         ACCESS  read-write
  711.         STATUS  mandatory
  712.         DESCRIPTION
  713.                 "This object is only applicable to M5830S/P5830S radio.
  714.          UNII RF tx power (in dBm). It specifies the power output
  715.                  of the radio, excluding the antenna gain. Check parameters
  716.                  apuniiTxPowerMax and apuniiTxPowerMin for power setting range."
  717.         ::= { ruunii 3 }
  718.  
  719.     ruuniiRxThreshold OBJECT-TYPE
  720.         SYNTAX  INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  721.         ACCESS  read-write
  722.         STATUS  mandatory
  723.         DESCRIPTION
  724.                 "This object is only applicable to M5830S/P5830S radio.
  725.                  UNII RF rx threshold (in dBm). It specifies the receiver
  726.          sensitivity of the master unit."
  727.         ::= { ruunii 4 }
  728.  
  729.     -- MIB version object
  730.     mibinfoVersion OBJECT-TYPE
  731.             SYNTAX  DisplayString (SIZE (0..32))
  732.         ACCESS  read-only
  733.         STATUS  mandatory
  734.         DESCRIPTION
  735.         "Trango remote unit MIB Version."
  736.         ::= { mibinfo 1 }
  737.  
  738. -- End of file <trango_P5830S_RU_1p0.mib>
  739. END
  740.         
  741.